projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca517f
)
gnomeos-run.sh: Run triggers after checkout
author
Colin Walters
<walters@verbum.org>
Sat, 21 Jan 2012 16:13:49 +0000
(11:13 -0500)
committer
Colin Walters
<walters@verbum.org>
Sat, 21 Jan 2012 16:13:49 +0000
(11:13 -0500)
We need to run ldconfig etc.
gnomeos/yocto/gnomeos-run.sh
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/gnomeos-run.sh
b/gnomeos/yocto/gnomeos-run.sh
index f940f65c29a951876642a6539a2889188f113665..0977aab1e98b7792ba21c12585e2d60ba047ddda 100755
(executable)
--- a/
gnomeos/yocto/gnomeos-run.sh
+++ b/
gnomeos/yocto/gnomeos-run.sh
@@
-80,6
+80,7
@@
for branch in runtime devel; do
rev=$(ostree --repo=repo rev-parse ${BRANCH_PREFIX}${branch});
if ! test -d ${BRANCH_PREFIX}${branch}-${rev}; then
ostree --repo=repo checkout ${rev} ${BRANCH_PREFIX}${branch}-${rev}
+ ostbuild chroot-run-triggers ${BRANCH_PREFIX}${branch}-${rev}
fi
rm -f ${BRANCH_PREFIX}${branch}-current
ln -s ${BRANCH_PREFIX}${branch}-${rev} ${BRANCH_PREFIX}${branch}-current